home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / adlibn / dbtest.h < prev    next >
C/C++ Source or Header  |  1998-12-23  |  1KB  |  52 lines

  1. // DBTest.h : main header file for the DBTEST application
  2. //
  3.  
  4. #if !defined(AFX_DBTEST_H__866FE9AE_9A8E_11D2_A04F_204C4F4F5020__INCLUDED_)
  5. #define AFX_DBTEST_H__866FE9AE_9A8E_11D2_A04F_204C4F4F5020__INCLUDED_
  6.  
  7. #if _MSC_VER > 1000
  8. #pragma once
  9. #endif // _MSC_VER > 1000
  10.  
  11. #ifndef __AFXWIN_H__
  12.     #error include 'stdafx.h' before including this file for PCH
  13. #endif
  14.  
  15. #include "resource.h"       // main symbols
  16. #include "ADBLib.h"
  17.  
  18. /////////////////////////////////////////////////////////////////////////////
  19. // CDBTestApp:
  20. // See DBTest.cpp for the implementation of this class
  21. //
  22.  
  23. class CDBTestApp : public CWinApp
  24. {
  25. public:
  26.     CDBTestApp();
  27.  
  28. // Overrides
  29.     // ClassWizard generated virtual function overrides
  30.     //{{AFX_VIRTUAL(CDBTestApp)
  31.     public:
  32.     virtual BOOL InitInstance();
  33.     //}}AFX_VIRTUAL
  34.  
  35. // Implementation
  36.     //{{AFX_MSG(CDBTestApp)
  37.     afx_msg void OnAppAbout();
  38.     afx_msg void OnFormCat();
  39.     afx_msg void OnFormCust();
  40.     afx_msg void OnFormOrd();
  41.     //}}AFX_MSG
  42.     DECLARE_MESSAGE_MAP()
  43. };
  44.  
  45.  
  46. /////////////////////////////////////////////////////////////////////////////
  47.  
  48. //{{AFX_INSERT_LOCATION}}
  49. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  50.  
  51. #endif // !defined(AFX_DBTEST_H__866FE9AE_9A8E_11D2_A04F_204C4F4F5020__INCLUDED_)
  52.